home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_qt.idb / usr / freeware / catman / p_man / cat3 / qhboxlayout.Z / qhboxlayout
Encoding:
Text File  |  1998-10-28  |  4.7 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt((((3333qqqqtttt))))    TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888))))   QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt((((3333qqqqtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       QHBoxLayout -    Lines up child widgets horizontally
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       #include <qlayout.h>
  13.  
  14.       Inherits QBoxLayout.
  15.  
  16.     PPPPuuuubbbblllliiiicccc MMMMeeeemmmmbbbbeeeerrrrssss
  17.       QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt ((((    QQQQWWWWiiiiddddggggeeeetttt    **** _p_a_r_e_n_t,,,, iiiinnnntttt _b_o_r_d_e_r====0000,,,,    iiiinnnntttt _a_u_t_o_B_o_r_d_e_r
  18.       QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt ((((    iiiinnnntttt _a_u_t_o_B_o_r_d_e_r ==== ----1111,,,, ccccoooonnnnsssstttt cccchhhhaaaarrrr    **** _n_a_m_e====0000 ))))
  19.       ~~~~QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt ()
  20.  
  21.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.       The QHBoxLayout class    lines up child widgets horizontally.
  23.  
  24.       This class provides an easier    way to construct horizontal
  25.       box layout objects. See QBoxLayout for more details.
  26.  
  27.       The simplest way to use this class is:
  28.  
  29.            QBoxLayout * l =    new QHBoxLayout( widget    );
  30.            l->addWidget( aWidget );
  31.            l->addWidget( anotherWidget );
  32.            l->activate()
  33.  
  34.       See also: QVBoxLayout    and QGridLayout.
  35.  
  36.       Examples:  layout/layout.cpp widgets/widgets.cpp
  37.  
  38.      MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDOOOOCCCCUUUUMMMMEEEENNNNTTTTAAAATTTTIIIIOOOONNNN
  39.      QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt::::::::QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt ((((    QQQQWWWWiiiiddddggggeeeetttt    **** ppppaaaarrrreeeennnntttt,,,, iiiinnnntttt bbbboooorrrrddddeeeerrrr====0000,,,,    iiiinnnntttt
  40.       aaaauuuuttttooooBBBBoooorrrrddddeeeerrrr ==== ----1111,,,, ccccoooonnnnsssstttt cccchhhhaaaarrrr ****    nnnnaaaammmmeeee====0000 ))))
  41.       Creates a new    top-level horizontal box.
  42.  
  43.      QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt::::::::QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt ((((    iiiinnnntttt aaaauuuuttttooooBBBBoooorrrrddddeeeerrrr ==== ----1111,,,, ccccoooonnnnsssstttt cccchhhhaaaarrrr    ****
  44.       nnnnaaaammmmeeee====0000 ))))
  45.       Creates a new    horizontal box.    You have to add    it to another
  46.       layout before    using it.
  47.  
  48.      QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt::::::::~~~~QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt (((())))
  49.       Destroys this    box.
  50.  
  51.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  52.       hhhhttttttttpppp::::////////wwwwwwwwwwww....ttttrrrroooollllllll....nnnnoooo////qqqqtttt////qqqqhhhhbbbbooooxxxxllllaaaayyyyoooouuuutttt....hhhhttttmmmmllll
  53.  
  54.      CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
  55.       Copyright 1992-1997 Troll Tech AS.  See the LICENSE file
  56.       included in the distribution for a complete license
  57.       statement.
  58.  
  59.      AAAAUUUUTTTTHHHHOOOORRRR
  60.  
  61.  
  62.  
  63.      PPPPaaaaggggeeee 1111                         ((((pppprrrriiiinnnntttteeeedddd 9999////22222222////99998888))))
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt((((3333qqqqtttt))))    TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888))))   QQQQHHHHBBBBooooxxxxLLLLaaaayyyyoooouuuutttt((((3333qqqqtttt))))
  71.  
  72.  
  73.  
  74.       Generated automatically from the source code.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                         (printed 9/22/98)
  130.  
  131.  
  132.  
  133.